home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BMUG Newsletter 1997 Spring
/
BMUG Spring 1997 Newsletter (1997).bin
/
Newletter PD Collection
/
PowerPC
/
Strip 1.0a1 ƒ
/
Source Kit ƒ
/
Strip68K
/
strip.h
< prev
next >
Wrap
Text File
|
1994-06-20
|
1KB
|
44 lines
/* strip.h
*
* My resources and entry points
*/
#ifndef __STRIP_H__
#define __STRIP_H__
/************************************************************************/
/* */
/* Menus */
/* */
/************************************************************************/
#define MApple 128
#define MFile 129
#define MEdit 130
#define MAppleAboutMe 1
#define MFileStrip 1
#define MFileQuit 3
/************************************************************************/
/* */
/* Dialogs and Alerts */
/* */
/************************************************************************/
#define ColorAboutMe 128
#define BWAboutMe 129
/************************************************************************/
/* */
/* Externals */
/* */
/************************************************************************/
extern void StripFile(FSSpec *); // External strip routine
extern int FHasFSSpec; // Has File strip specifier?
#endif // __STRIP_H__